CacheDao_Impl

@Generated(value = "androidx.room.RoomProcessor")
class CacheDao_Impl

Constructors

Link copied to clipboard
constructor(@NonNull __db: RoomDatabase)

Functions

Link copied to clipboard
open fun addEntry(item: CacheEntity, $completion: Continuation<in Unit>): Any
Link copied to clipboard
open fun deleteExpired(appVersion: String, sdkVersion: String, timestamp: Long, $completion: Continuation<in Unit>): Any
Link copied to clipboard
open fun deleteItemWithKey(key: String, $completion: Continuation<in Unit>): Any
Link copied to clipboard
open fun getEntryWithKey(key: String, $completion: Continuation<in CacheEntity>): Any
Link copied to clipboard
Link copied to clipboard
open fun updateEntry(item: CacheEntity, $completion: Continuation<in Unit>): Any